home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / playsam.zip / PLAYSAM.DOC < prev    next >
Text File  |  1992-12-30  |  3KB  |  59 lines

  1.  
  2.  
  3.                         Gravis Ultrasound Sample Player
  4.                            Beta Version 30-Dec-1992
  5.                                 by Norman Yen
  6.  
  7.  
  8.         The following files should have been in this archive.
  9.  
  10.                 PLAYSAM.DOC     - The file you are reading now
  11.                 PLAYSAM.EXE     - Program to play samples
  12.                 BEAT            - Sample
  13.                 ORCHHIT         - Sample
  14.  
  15.         This is the product of experimentation and is in no way meant to
  16. be a professional developement project.  All routines used to access the
  17. Gravis Ultrasound originated from the Ultradox written by Tran of Renaissance
  18. and Joshua Jensen.  This program is written entirely in Turbo Pascal.
  19.  
  20.         You should find two samples in this archive, BEAT and ORCHHIT.
  21. You can try these two out with the program to see if the program is running
  22. properly.  You can play ORCHHIT without any special parameters, but the
  23. BEAT sample needs to have a two's complement value of 128.  When loading
  24. samples into the DRAM, the program will not check if the file is larger
  25. than the amount of memory on the sound card.  If it is larger, the data
  26. will loop back to the beginning of DRAM on the card overwritting any data
  27. that was previously loaded.
  28.  
  29.         There are two methods of loading the samples for playing.  The default
  30. method is to load the sample into the computer's memory and then copy that
  31. into the DRAM on the Ultrasound.  The other method is to directly load the
  32. sample into the Ultrasound DRAM, this is useful for loading in large samples
  33. that will not fit into the amount of memory you have available on your
  34. computer.
  35.  
  36.         Here are some briend instructions to use with the player.  You can
  37. also display these options by just typing in PLAYSAM without any extra
  38. parameters.
  39.  
  40. USAGE: PLAYSAM <options> filename
  41.  
  42. Options:
  43.   -D       Direct load from file to DRAM
  44.   -Cxx     Set channel, 0-31                      Default 0
  45.   -Bxx     Set balance 0-15, 0=right and 15=left  Default 7
  46.   -Fxxxxx  Set frequency 0-65535                  Default 22000
  47.   -Txxx    Set two's complement 0-255             Default 0
  48.   -Vxxx    Set volume 0-65535                     Default 65535
  49.  
  50.  
  51.         If you have any comments about this program I can be reached at my
  52. BBS, Infinite Dreams (604) 733-6432, Fido 1:153/7042.
  53.  
  54. Greetings go out to...
  55.  
  56.    Tran and Josh - Thanks for supplying the information on the Ultrasound!
  57.    Advanced Gravis - Hope to see more great products from you guys.
  58.  
  59.